Skip to content

Bump selenide-version from 7.9.2 to 7.9.3 #1047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 28, 2025

Bumps selenide-version from 7.9.2 to 7.9.3.
Updates com.codeborne:selenide from 7.9.2 to 7.9.3

Release notes

Sourced from com.codeborne:selenide's releases.

v7.9.3

What's Changed

Full Changelog: selenide/selenide@v7.9.2...v7.9.3

Changelog

Sourced from com.codeborne:selenide's changelog.

7.9.3 (27.05.2025)

  • bump Selenium from 4.32.0 to 4.33.0, including CDP v136 -> v137 (#3034)
  • #2763 Can click with JS holding keys LEFT ALT, LEFT CTRL and LEFT SHIFT (#3030)
  • fix bug in "setValue": don't lose focus if the input is already focused (#3035)
  • fix page object initialization without webdriver (#3036)
  • fix condition "texts in any order" in FULL_TEXT mode (#3037)
Commits
  • ce050b9 release Selenide 7.9.3
  • 71c4a0d fix condition "texts in any order" in FULL_TEXT mode
  • 8e5c11b fix page object initialization without webdriver
  • 7de5cfd fix flaky test related to shadow dom
  • 6186b8e fix bug in "setValue": don't lose focus if the input is already focused
  • 84bf12a increase timeout for flaky test
  • 9daaa74 increase timeout for flaky test
  • c6007cc increase timeout for flaky test
  • f1384cf fix flaky tests: wait until the shadow elements get loaded
  • 4f2cfdc bump Selenium from 4.32.0 to 4.33.0
  • Additional commits viewable in compare view

Updates com.codeborne:selenide-proxy from 7.9.2 to 7.9.3

Release notes

Sourced from com.codeborne:selenide-proxy's releases.

v7.9.3

What's Changed

Full Changelog: selenide/selenide@v7.9.2...v7.9.3

Changelog

Sourced from com.codeborne:selenide-proxy's changelog.

7.9.3 (27.05.2025)

  • bump Selenium from 4.32.0 to 4.33.0, including CDP v136 -> v137 (#3034)
  • #2763 Can click with JS holding keys LEFT ALT, LEFT CTRL and LEFT SHIFT (#3030)
  • fix bug in "setValue": don't lose focus if the input is already focused (#3035)
  • fix page object initialization without webdriver (#3036)
  • fix condition "texts in any order" in FULL_TEXT mode (#3037)
Commits
  • ce050b9 release Selenide 7.9.3
  • 71c4a0d fix condition "texts in any order" in FULL_TEXT mode
  • 8e5c11b fix page object initialization without webdriver
  • 7de5cfd fix flaky test related to shadow dom
  • 6186b8e fix bug in "setValue": don't lose focus if the input is already focused
  • 84bf12a increase timeout for flaky test
  • 9daaa74 increase timeout for flaky test
  • c6007cc increase timeout for flaky test
  • f1384cf fix flaky tests: wait until the shadow elements get loaded
  • 4f2cfdc bump Selenium from 4.32.0 to 4.33.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `selenide-version` from 7.9.2 to 7.9.3.

Updates `com.codeborne:selenide` from 7.9.2 to 7.9.3
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.9.2...v7.9.3)

Updates `com.codeborne:selenide-proxy` from 7.9.2 to 7.9.3
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.9.2...v7.9.3)

---
updated-dependencies:
- dependency-name: com.codeborne:selenide
  dependency-version: 7.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.codeborne:selenide-proxy
  dependency-version: 7.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 28, 2025 03:15
@dependabot dependabot bot added java Pull requests that update Java code dependencies Pull requests that update a dependency file labels May 28, 2025
Rakambda
Rakambda previously approved these changes May 28, 2025
Copy link

codecov bot commented May 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.33%. Comparing base (ecd3602) to head (f76d723).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #1047   +/-   ##
==========================================
  Coverage      85.33%   85.33%           
  Complexity      1120     1120           
==========================================
  Files            202      202           
  Lines           3518     3518           
  Branches         263      263           
==========================================
  Hits            3002     3002           
  Misses           459      459           
  Partials          57       57           
Flag Coverage Δ
unittests-miner 85.70% <ø> (ø)
unittests-viewer 58.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Rakambda Rakambda merged commit a399875 into develop May 28, 2025
10 checks passed
@Rakambda Rakambda deleted the dependabot-gradle-selenide-version-7.9.3 branch May 28, 2025 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant